abs — Absolute Value
abs
returns the absolute value of the argument. It operates element-by-element for a matrix argument, returning a matrix result. Absolute value is defined as
Subsections
Example